Method: Vips::Image#<
- Defined in:
- lib/vips8/image.rb
permalink #<(other) ⇒ Image
Relational less than with an image, constant or array.
852 853 854 855 |
# File 'lib/vips8/image.rb', line 852 def <(other) other.is_a?(Vips::Image) ? relational(other, :less) : relational_const(other, :less) end |